chore: update mise 2026.5.16#564
Merged
Merged
Conversation
Use the --local flag for the mise upgrade task to ensure consistency with local environment configurations during dependency updates. Generated-by: aiautocommit
- Update build plan snapshots to use mise version 2026.5.15 across all test examples. Generated-by: aiautocommit
Generated-by: aiautocommit
Generated-by: aiautocommit
Generated-by: aiautocommit
Generated-by: aiautocommit
…-lts Generated-by: aiautocommit
this fixes a locale issue which causes the build to fail
no GH attestations for 3.13.1 Generated-by: aiautocommit
Generated-by: aiautocommit
Generated-by: aiautocommit
Generated-by: aiautocommit
Generated-by: aiautocommit
- Update mise CLI command structure for improved task execution. - Includes upstream bug fixes and stability improvements. Generated-by: aiautocommit
- Adjust the pnpm binary path detection to account for changes in pnpm v11, which uses a /pnpm/bin directory layout. - Introduce version checking to ensure backward compatibility for older pnpm versions. - Add unit tests to verify path resolution for various version scenarios. Generated-by: aiautocommit
Generated-by: aiautocommit
Generated-by: aiautocommit
- Adds a new task to facilitate debugging by spawning a shell inside the published builder container image. Generated-by: aiautocommit
I have no idea why this wasn't caught before...
- Set MISE_MINIMUM_RELEASE_AGE to match the builder default. - Correct the mise setting key from `install_before` to `minimum_release_age`. Generated-by: aiautocommit
Generated-by: aiautocommit
- Sync environment variables from the Elixir provider to the mise installation step to ensure installation consistency. Generated-by: aiautocommit
- Allow mise to override inferred package manager versions for pnpm, bun, and yarn. - Ensure consistent version resolution between Railpack and user-defined mise environment settings. - Update node provider logic to correctly identify and use package manager tool names from mise. Generated-by: aiautocommit
- Enable stderr allowance in tests to accommodate pnpm 11 command logging behavior. Generated-by: aiautocommit
- Replace python3-venv with dnsutils for build-time apt testing. - Add python to RAILPACK_PACKAGES to ensure pipx and other requirements function correctly within the mise environment. - Update build and start commands to verify the availability of the new packages and validate expected scoping. Generated-by: aiautocommit
- Update snapshot files to reflect changes in build plan generation, including the addition of `uv` to Python environments, corrected pathing for pnpm, and updated environment variables for Elixir configurations. - Reflect renaming of `install_before` to `minimum_release_age` in configuration settings. Generated-by: aiautocommit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
core/mise/version.txt, devmise.toml, and builder/runtime snapshots) to 2026.5.16.mise.tomlwith the renamed setting:install_before→minimum_release_age, withMISE_MINIMUM_RELEASE_AGEmatching the builder default.PNPM_HOME/binvs older layouts) and prefer mise-managed pnpm/bun/yarn versions over versions inferred from lockfiles or project metadata.uvwhen projects usepipx.uvx, since newer mise expects it.rdocduring source builds to avoid locale-related compile failures.railpack-env-configuration, fasthtml) for the new mise behavior; addmise-builder-shellfor debugging inside the published builder image.Upstream mise fixes: